home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 11: TSX-11 / Linux Cubed Series 11 - TSX-11 Vol 1.iso / sbin / tcp_wrap.3 / tcp_wrap / 6compat.c next >
Encoding:
C/C++ Source or Header  |  1996-11-30  |  349 b   |  14 lines

  1.  /*
  2.   * These are defined here in case the application uses the pre-6.0 libwrap.a
  3.   * interface with static logging severities.
  4.   */
  5.  
  6. #ifndef lint
  7. static char sccsid[] = "@(#) 6compat.c 1.1 93/09/29 08:31:33";
  8. #endif
  9.  
  10. #include <syslog.h>
  11.  
  12. int     allow_severity = SEVERITY;    /* run-time adjustable */
  13. int     deny_severity = LOG_WARNING;    /* ditto */
  14.